# 0 - Pre-War Dive Bomber (Hs-123)
model = {
	cost 						= 6 # +2
	buildtime					= 120
	defaultorganisation 		= 30
	manpower					= 1
	maxspeed					= 250
	surfacedetectioncapability	= 1
	airdetectioncapability		= 0
	surfacedefence				= 3
	airdefence					= 3
	airattack					= 1
	strategicattack				= 0
	tacticalattack				= 3
	navalattack					= 1
	range						= 300
	supplyconsumption 			= 2
	fuelconsumption				= 2
}
# 1 - Basic Dive Bomber (Ju-87B Stuka)
model = {
	cost 						= 7 # +2
	buildtime					= 120
	defaultorganisation 		= 30
	manpower					= 1
	maxspeed					= 390
	surfacedetectioncapability	= 1
	airdetectioncapability		= 1
	surfacedefence				= 6
	airdefence					= 4
	airattack					= 2
	strategicattack				= 0
	tacticalattack				= 5 # -1
	navalattack					= 3
	range						= 500 # -20%
	supplyconsumption 			= 2
	fuelconsumption				= 2
}
# 2 - Improved Dive Bomber (IL-2M3 Stormovik)
model = {
	cost 						= 8 # +2
	buildtime					= 120
	defaultorganisation 		= 30
	manpower					= 1
	maxspeed					= 410
	surfacedetectioncapability	= 2
	airdetectioncapability		= 1
	surfacedefence				= 9
	airdefence					= 4
	airattack					= 3
	strategicattack				= 0
	tacticalattack				= 6
	navalattack					= 4
	range						= 600 # -20%
	supplyconsumption 			= 2
	fuelconsumption				= 2
}
# 3 - Turbojet Dive Bomber
model = {
	cost 						= 10 # +2
	buildtime					= 120
	defaultorganisation 		= 30
	manpower					= 1
	maxspeed					= 850
	surfacedetectioncapability	= 2
	airdetectioncapability		= 1
	surfacedefence				= 10
	airdefence					= 8
	airattack					= 6
	strategicattack				= 0
	tacticalattack				= 10
	navalattack					= 5
	range						= 800 # -20%
	supplyconsumption 			= 2.1
	fuelconsumption				= 2.6
}

